+2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+
+ * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
+ (gtk_widget_get/create_pango_context): Change colormap to font map in
+ docs. (#340093)
+
2006-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
+2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+
+ * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
+ (gtk_widget_get/create_pango_context): Change colormap to font map in
+ docs. (#340093)
+
2006-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk_widget_get_pango_context:
* @widget: a #GtkWidget
*
- * Gets a #PangoContext with the appropriate colormap, font description
+ * Gets a #PangoContext with the appropriate font map, font description,
* and base direction for this widget. Unlike the context returned
* by gtk_widget_create_pango_context(), this context is owned by
* the widget (it can be used until the screen for the widget changes
* gtk_widget_create_pango_context:
* @widget: a #GtkWidget
*
- * Creates a new #PangoContext with the appropriate colormap,
+ * Creates a new #PangoContext with the appropriate font map,
* font description, and base direction for drawing text for
* this widget. See also gtk_widget_get_pango_context().
*
* @widget: a #GtkWidget
* @text: text to set on the layout (can be %NULL)
*
- * Creates a new #PangoLayout with the appropriate colormap,
+ * Creates a new #PangoLayout with the appropriate font map,
* font description, and base direction for drawing text for
* this widget.
*